projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5964b66
)
Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 31 Oct 1995 05:26:32 +0000
(
05:26
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 31 Oct 1995 05:26:32 +0000
(
05:26
+0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index e6b790691a0710647b6748368ab9c612aa2daae8..cd626ec1938e82c7d5e5577932676d27fbce8456 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-153,7
+153,7
@@
(let* ((base (concat "emacs-" emacs-version "."))
(files (file-name-all-completions base default-directory))
(versions (mapcar (function (lambda (name)
- (string-to-int (substring name (
1+ (length base)
)))))
+ (string-to-int (substring name (
length base
)))))
files)))
(setq emacs-version (format "%s.%d"
emacs-version